home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / DJSRC111.ZIP / go32 / dodiffs.bat < prev    next >
DOS Batch File  |  1993-08-10  |  160b  |  7 lines

  1. @echo off
  2. set ORIG_DIR=%1
  3. if _%1==_ set ORIG_DIR=../go32_b5
  4. rm -f *.dif
  5. for %%f in (*.c *.h *.asm *.inc) do call dodiff %%f %ORIG_DIR% -c3
  6. set ORIG_DIR=
  7.